Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-0 vector-toc-not-available vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-0 skin-theme-clientpref-day vector-sticky-header-enabled" lang="de" dir="ltr"><head>
<meta charset="UTF-8">
<title>SSH File Transfer Protocol</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./_res_/favicon.png">
<link rel="canonical" href="https://de.wikipedia.org/wiki/SSH_File_Transfer_Protocol"> <link href="./_mw_/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.wikimediamessages.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link href="./_mw_/ext.gadget.citeRef.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.defaultPlainlinks.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonHide.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonLayout.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonStyle.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiDarkmode.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiResponsive.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.specialSearch.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./_mw_/site.styles.css">
<link rel="stylesheet" type="text/css" href="./_mw_/noscript.css">
<link rel="stylesheet" type="text/css" href="./_res_/footer.css">
<link rel="stylesheet" type="text/css" href="./_res_/vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-SSH_File_Transfer_Protocol rootpage-SSH_File_Transfer_Protocol skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading"><span class="mw-page-title-main">SSH File Transfer Protocol</span></h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="contentSub">
<div id="mw-content-subtitle"></div>
</div>
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="de" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="de" dir="ltr"><table class="wikitable float-right" style="text-align:center; font-size:96%;">
<caption style="font-weight:normal;">SFTP im <a href="Internetprotokollfamilie#TCP/IP-Referenzmodell" title="Internetprotokollfamilie">TCP/IP-Protokollstapel</a>:
</caption>
<tbody><tr>
<td rowspan="2" style="background:#FFCC99; color:#202122;"><b>Anwendung</b>
</td>
<td colspan="5" class="hintergrundfarbe6" style="font-weight:bold;">SFTP
</td></tr>
<tr style="background:#DDDDFF; color:#202122;">
<td colspan="5"><a href="Secure_Shell" title="Secure Shell">SSH</a>
</td></tr>
<tr>
<td class="hintergrundfarbe8">Transport
</td>
<td colspan="5"><a href="Transmission_Control_Protocol" title="Transmission Control Protocol">TCP</a>
</td></tr>
<tr>
<td class="hintergrundfarbe8">Internet
</td>
<td colspan="5"><a href="Internet_Protocol" title="Internet Protocol">IP</a> (<a href="IPv4" title="IPv4">IPv4</a>, <a href="IPv6" title="IPv6">IPv6</a>)
</td></tr>
<tr>
<td class="hintergrundfarbe8">Netzzugang
</td>
<td><a href="Ethernet" title="Ethernet">Ethernet</a>
</td>
<td><a href="Token_Bus" title="Token Bus">Token<br>Bus</a>
</td>
<td><a href="Token_Ring" title="Token Ring">Token<br>Ring</a>
</td>
<td><a href="Fiber_Distributed_Data_Interface" title="Fiber Distributed Data Interface">FDDI</a>
</td>
<td>…
</td></tr></tbody></table>
<p>Das <b>SSH File Transfer Protocol</b> oder <i>Secure File Transfer Protocol (SFTP)</i> ist eine für die <a href="Secure_Shell" title="Secure Shell">Secure Shell</a> (SSH) entworfene Alternative zum <a href="File_Transfer_Protocol" title="File Transfer Protocol">File Transfer Protocol</a> (FTP), die <a href="Verschl%C3%BCsselung" title="Verschlüsselung">Verschlüsselung</a> ermöglicht.
</p><p>Im Unterschied zum <a href="FTP_%C3%BCber_TLS" class="mw-redirect" title="FTP über TLS">FTP über TLS</a> (FTPS) begnügt sich SFTP mit einer einzigen Verbindung zwischen <a href="Client" title="Client">Client</a> und <a href="Server_(Software)" title="Server (Software)">Server</a>.
</p><p>Obwohl das Protokoll SFTP im Kontext des SSH-2-Protokolls beschrieben wird, könnte es auch mit anderen Verfahren zur <a href="Authentifizierung" title="Authentifizierung">Authentifizierung</a> und Verschlüsselung umgesetzt werden.<sup id="cite_ref-Draft_13_1-0" class="reference"><a href="#cite_note-Draft_13-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p><p>Das Secure File Transfer Protocol hat keinen Zusammenhang zum historischen <a href="Simple_File_Transfer_Protocol" title="Simple File Transfer Protocol">Simple File Transfer Protocol</a> (<i><a href="Request_for_Comments" title="Request for Comments">RFC</a>: <style data-mw-deduplicate="TemplateStyles:r250917974">
/* start https://de.wikipedia.org/ */


.mw-parser-output .dewiki-iconexternal>a{background-position:center right!important;background-repeat:no-repeat!important}body.skin-minerva .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/OOjs_UI_icon_external-link-ltr-progressive.svg")!important;background-size:10px!important;padding-right:13px!important}body.skin-timeless .mw-parser-output .dewiki-iconexternal>a,body.skin-monobook .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/MediaWiki_external_link_icon.svg")!important;padding-right:13px!important}body.skin-vector .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/Link.ernal-small-ltr-progressive.svg")!important;background-size:0.857em!important;padding-right:1em!important}


/* end https://de.wikipedia.org/ */
</style><span class="dewiki-iconexternal"><a href="https://datatracker.ietf.org/doc/html/rfc913" class="extiw external" title="rfc:913">913</a></span></i> (englisch).), das ebenfalls als SFTP abgekürzt wird.
</p>
<div class="mw-heading mw-heading2"><h2 id="Geschichte">Geschichte</h2></div>
<p>SFTP wurde von <a href="SSH_Communications_Security" title="SSH Communications Security">SSH Communications Security</a> konzipiert.<sup id="cite_ref-Draft_13_1-1" class="reference"><a href="#cite_note-Draft_13-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> 2001 erfolgte die erste Veröffentlichung der <a href="Spezifikation" title="Spezifikation">Spezifikation</a> durch die <a href="Internet_Engineering_Task_Force" title="Internet Engineering Task Force">Internet Engineering Task Force</a>.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> Die Vorbereitung des Entwurfs eines <a href="Internetstandard" title="Internetstandard">Internetstandards</a> wurde 2006 aus organisatorischen Gründen abgebrochen.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> Die letzte Spezifikation ist am 11. Januar 2007 abgelaufen.
</p><p>Eingeführt wurde SFTP mit Version&nbsp;2 der Secure&nbsp;Shell, deren Version&nbsp;1 stattdessen <a href="Secure_Copy" title="Secure Copy">Secure Copy</a> bot.
</p>
<div class="mw-heading mw-heading2"><h2 id="Implementierungen">Implementierungen</h2></div>
<p>Viele Programme für Dateitransfer unterstützen SFTP und greifen zu diesem Zweck auf <a href="PuTTY" title="PuTTY">PuTTY</a> oder <a href="OpenSSH" title="OpenSSH">OpenSSH</a> zurück.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup>
</p><p>Diesen beiden Programmpaketen zu eigen sind Befehle wie <i>get</i> und <i>put</i> zum Empfangen bzw. Senden von Dateien. SFTP definiert nur grundlegende Befehle für Programmierer, aber keine zusammengesetzten Befehle wie <i>get</i> und <i>put</i> für Benutzer.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p><p>Wie auch SSH, wird SFTP üblicherweise auf Port 22 angeboten. Einzelne Implementierungen auf Serverseite wie OpenSSH können durch Konfiguration des SSH-Daemon bestimmten Benutzern nur einen Zugang zu SFTP ohne einen Zugang zu einer Secure Shell anbieten.<sup id="cite_ref-sftp1_8-0" class="reference"><a href="#cite_note-sftp1-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Einzelnachweise">Einzelnachweise</h2></div>
<ol class="references">
<li id="cite_note-Draft_13-1"><span class="mw-cite-backlink">↑ <sup><a href="#cite_ref-Draft_13_1-0">a</a></sup> <sup><a href="#cite_ref-Draft_13_1-1">b</a></sup></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://tools.ietf.org/html/draft-ietf-secsh-filexfer-13"><i>draft-ietf-secsh-filexfer-13 – SSH File Transfer Protocol.</i></a> Internet Engineering Task Force, Juli 2006,<span class="Abrufdatum"> abgerufen am 27.&nbsp;Juni 2017</span>.</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASSH+File+Transfer+Protocol&amp;rft.title=draft-ietf-secsh-filexfer-13+%E2%80%93+SSH+File+Transfer+Protocol&amp;rft.description=draft-ietf-secsh-filexfer-13+%E2%80%93+SSH+File+Transfer+Protocol&amp;rft.identifier=&amp;rft.publisher=Internet+Engineering+Task+Force&amp;rft.date=2006-07">&nbsp;</span></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><a href="#cite_ref-2">↑</a></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://tools.ietf.org/html/draft-ietf-secsh-filexfer-00"><i>draft-ietf-secsh-filexfer-00 – SSH File Transfer Protocol.</i></a> Internet Engineering Task Force, Januar 2001,<span class="Abrufdatum"> abgerufen am 27.&nbsp;Juni 2017</span>.</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASSH+File+Transfer+Protocol&amp;rft.title=draft-ietf-secsh-filexfer-00+%E2%80%93+SSH+File+Transfer+Protocol&amp;rft.description=draft-ietf-secsh-filexfer-00+%E2%80%93+SSH+File+Transfer+Protocol&amp;rft.identifier=&amp;rft.publisher=Internet+Engineering+Task+Force&amp;rft.date=2001-01">&nbsp;</span></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><a href="#cite_ref-3">↑</a></span> <span class="reference-text"><span class="cite">Sam Hartman: <i>Formal consultation prior to closing the secsh.</i> 30.&nbsp;Juli 2006, ehemals im <span class="dewiki-iconexternal"><a class="external text" href="https://redirecter.toolforge.org/?url=https%3A%2F%2Fgit.net%2Fml%2Fietf.secsh%2F2006-07%2Fmsg00010.html">Original</a></span> (nicht mehr online verfügbar)<span>;</span><span class="Abrufdatum"> abgerufen am 27.&nbsp;Juni 2017</span>.<span style="display:none"><a rel="nofollow" class="external text" href="http://IABotdeadurl.invalid/https://git.net/ml/ietf.secsh/2006-07/msg00010.html">@1</a></span><span style="display:none"><a rel="nofollow" class="external text" href="https://git.net/ml/ietf.secsh/2006-07/msg00010.html">@2</a></span><span style="display:none">Vorlage:Toter Link/git.net</span> <small>(Seite nicht mehr abrufbar. <a rel="nofollow" class="external text" href="http://timetravel.mementoweb.org/list/2010/https://git.net/ml/ietf.secsh/2006-07/msg00010.html">Suche in Webarchiven</a>)</small>&nbsp;<small class="archiv-bot"><span class="wp_boppel noviewer" aria-hidden="true" role="presentation"><span typeof="mw:File"><span title="i"></span></span></span>&nbsp;<b>Info:</b> Der Link wurde automatisch als defekt markiert. Bitte prüfe den Link gemäß Anleitung und entferne dann diesen Hinweis.</small></span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASSH+File+Transfer+Protocol&amp;rft.title=Formal+consultation+prior+to+closing+the+secsh&amp;rft.description=Formal+consultation+prior+to+closing+the+secsh&amp;rft.identifier=&amp;rft.creator=Sam+Hartman&amp;rft.date=2006-07-30">&nbsp;</span></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><a href="#cite_ref-4">↑</a></span> <span class="reference-text"><span class="cite">Sam Hartman: <i>Intent to close the ssh working group.</i> 18.&nbsp;August 2006, ehemals im <span class="dewiki-iconexternal"><a class="external text" href="https://redirecter.toolforge.org/?url=https%3A%2F%2Fgit.net%2Fml%2Fietf.secsh%2F2006-08%2Fmsg00009.html">Original</a></span> (nicht mehr online verfügbar)<span>;</span><span class="Abrufdatum"> abgerufen am 27.&nbsp;Juni 2017</span>.<span style="display:none"><a rel="nofollow" class="external text" href="http://IABotdeadurl.invalid/https://git.net/ml/ietf.secsh/2006-08/msg00009.html">@1</a></span><span style="display:none"><a rel="nofollow" class="external text" href="https://git.net/ml/ietf.secsh/2006-08/msg00009.html">@2</a></span><span style="display:none">Vorlage:Toter Link/git.net</span> <small>(Seite nicht mehr abrufbar. <a rel="nofollow" class="external text" href="http://timetravel.mementoweb.org/list/2010/https://git.net/ml/ietf.secsh/2006-08/msg00009.html">Suche in Webarchiven</a>)</small>&nbsp;<small class="archiv-bot"><span class="wp_boppel noviewer" aria-hidden="true" role="presentation"><span typeof="mw:File"><span title="i"></span></span></span>&nbsp;<b>Info:</b> Der Link wurde automatisch als defekt markiert. Bitte prüfe den Link gemäß Anleitung und entferne dann diesen Hinweis.</small></span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASSH+File+Transfer+Protocol&amp;rft.title=Intent+to+close+the+ssh+working+group&amp;rft.description=Intent+to+close+the+ssh+working+group&amp;rft.identifier=&amp;rft.creator=Sam+Hartman&amp;rft.date=2006-08-18">&nbsp;</span></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><a href="#cite_ref-5">↑</a></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://wiki.filezilla-project.org/Howto"><i>Howto – FileZilla Wiki.</i></a> Tim Kosse,<span class="Abrufdatum"> abgerufen am 27.&nbsp;Juni 2017</span>.</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASSH+File+Transfer+Protocol&amp;rft.title=Howto+%E2%80%93+FileZilla+Wiki&amp;rft.description=Howto+%E2%80%93+FileZilla+Wiki&amp;rft.identifier=&amp;rft.publisher=Tim+Kosse&amp;rft.date=">&nbsp;</span></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><a href="#cite_ref-6">↑</a></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://winscp.net/eng/docs/integration_app"><i>Integration with Other Applications&nbsp;:: WinSCP.</i></a> Martin Prikryl,<span class="Abrufdatum"> abgerufen am 27.&nbsp;Juni 2017</span>.</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASSH+File+Transfer+Protocol&amp;rft.title=Integration+with+Other+Applications+%3A%3A+WinSCP&amp;rft.description=Integration+with+Other+Applications+%3A%3A+WinSCP&amp;rft.identifier=&amp;rft.publisher=Martin+Prikryl&amp;rft.date=">&nbsp;</span></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><a href="#cite_ref-7">↑</a></span> <span class="reference-text"><span class="cite"><i>Re: Intent to close the ssh working group.</i> 19.&nbsp;August 2006, ehemals im <span class="dewiki-iconexternal"><a class="external text" href="https://redirecter.toolforge.org/?url=https%3A%2F%2Fgit.net%2Fml%2Fietf.secsh%2F2006-08%2Fmsg00014.html">Original</a></span> (nicht mehr online verfügbar)<span>;</span><span class="Abrufdatum"> abgerufen am 27.&nbsp;Juni 2017</span>.<span style="display:none"><a rel="nofollow" class="external text" href="http://IABotdeadurl.invalid/https://git.net/ml/ietf.secsh/2006-08/msg00014.html">@1</a></span><span style="display:none"><a rel="nofollow" class="external text" href="https://git.net/ml/ietf.secsh/2006-08/msg00014.html">@2</a></span><span style="display:none">Vorlage:Toter Link/git.net</span> <small>(Seite nicht mehr abrufbar. <a rel="nofollow" class="external text" href="http://timetravel.mementoweb.org/list/2010/https://git.net/ml/ietf.secsh/2006-08/msg00014.html">Suche in Webarchiven</a>)</small>&nbsp;<small class="archiv-bot"><span class="wp_boppel noviewer" aria-hidden="true" role="presentation"><span typeof="mw:File"><span title="i"></span></span></span>&nbsp;<b>Info:</b> Der Link wurde automatisch als defekt markiert. Bitte prüfe den Link gemäß Anleitung und entferne dann diesen Hinweis.</small></span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASSH+File+Transfer+Protocol&amp;rft.title=Re%3A+Intent+to+close+the+ssh+working+group&amp;rft.description=Re%3A+Intent+to+close+the+ssh+working+group&amp;rft.identifier=&amp;rft.date=2006-08-19">&nbsp;</span></span>
</li>
<li id="cite_note-sftp1-8"><span class="mw-cite-backlink"><a href="#cite_ref-sftp1_8-0">↑</a></span> <span class="reference-text">
<span class="cite"><a rel="nofollow" class="external text" href="https://blog.frands.net/sftp-only-chroot-users-with-openssh-in-debian-166/"><i>SFTP only chroot users with OpenSSH in Debian.</i></a> 2010,<span class="Abrufdatum"> abgerufen am 27.&nbsp;Dezember 2015</span>.</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASSH+File+Transfer+Protocol&amp;rft.title=SFTP+only+chroot+users+with+OpenSSH+in+Debian&amp;rft.description=SFTP+only+chroot+users+with+OpenSSH+in+Debian&amp;rft.identifier=https%3A%2F%2Fblog.frands.net%2Fsftp-only-chroot-users-with-openssh-in-debian-166%2F&amp;rft.date=2010">&nbsp;</span></span>
</li>
</ol></div><!--htdig_noindex--><div><div class="zim-footer">
Dieser Artikel wurde von <a class="external text" title="Zuletzt bearbeitet am 2025-06-25" href="https://de.wikipedia.org/wiki/?title=SSH_File_Transfer_Protocol&amp;oldid=257366513">Wikipedia</a> herausgegeben. Der Text ist unter <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.de">Creative Commons Attribution-Share Alike 4.0</a> verfügbar, sofern nicht anders angegeben. Für die Mediendateien können zusätzliche Bedingungen gelten.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
<script src="./_webp_/webpHandler.js"></script>

</body></html>